BOT UX API icon

BOT UX API

(0 reviews)

Get PDF Bill

Key considerations

  1. This is implemented for Jamaica BU, data and PDF content will be retrieved from Liberate system for Liberate accounts and Cerillion system for Cerillion accounts. Input parameters are account number and bill reference number.
  2. For sample response refer example in RAML.

Request

This section defines all the possible data structures sent by the client when consuming the method.

URL

http://[localhost]:[port]/bot-ux/{version}/{businessId}/accounts/{accountNumber}/bills/pdf?billReference={billReference}

note: here version is V1.

URI Parameter

NameTypeDescriptionrequired
businessIdstring2 letter ISO 3166 country code (TT, BB, JM, PA, etc.) identifying the business unit.M
accountNumberstringaccount numberM

Query Parameter

NameTypeDescriptionrequired
billReferencestringbill reference numberM

Headers

NameTypeDescriptionrequired
X-Correlation-IDstringThis is a unique identifier for the current call chain that can be used to tie together log entries on multiple layers.</br>Example: 644e1dd7-2a7f-18fb-b8ed-ed78c3F92c2b </br>M
lobStringTheLine of Business Identifier currently available are:<br>Enum: PREPAID , POSTPAID, FIXED<br>M

Security Headers

NameTypeDescriptionrequired
client_idstringThe client_id identifying the channel. Minimum characters: 5M
client_secretstringPassword associated with the client_id. Minimum characters: 5M

Reviews